Skip to content

Conversation

namsnath
Copy link

@namsnath namsnath commented Jun 11, 2025

@namsnath namsnath requested a review from porcellus July 3, 2025 10:09
const { response, headers } = await signUp("public", "[email protected]", "password123");
const epUser = response.user;

// Create a new session for the user, get headers from the response
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not used.

@namsnath namsnath requested a review from porcellus July 23, 2025 09:07
- `getTimezoneOffset` works on local time, not ideal for a test
@namsnath namsnath requested a review from porcellus August 11, 2025 07:16
assert(refreshTokenCookie, "Refresh token cookie not found");
assert(refreshTokenCookie.expires, "Refresh token cookie expiry not set");

assert(session.getUserId() === session.getRecipeUserId().getAsString());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this check is relevant. What was this meant for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants